home *** CD-ROM | disk | FTP | other *** search
- /*
- * vmMachInt.h
- *
- * Internal machine dependent virtual memory data structures and
- * procedure headers.
- *
- * Copyright (C) 1989 Digital Equipment Corporation.
- * Permission to use, copy, modify, and distribute this software and
- * its documentation for any purpose and without fee is hereby granted,
- * provided that the above copyright notice appears in all copies.
- * Digital Equipment Corporation makes no representations about the
- * suitability of this software for any purpose. It is provided "as is"
- * without express or implied warranty.
- *
- * $Header: /cdrom/src/kernel/Cvsroot/kernel/vm/ds5000.md/vmMachInt.h,v 9.1 90/09/11 10:46:52 shirriff Exp $ SPRITE (Berkeley)
- */
-
- #ifndef _VMMACHINT
- #define _VMMACHINT
-
- /*
- * Assembly language routines in vmPmaxAsm.s.
- */
- extern ReturnStatus VmMachDoCopy _ARGS_((register int numBytes,
- Address sourcePtr, Address destPtr));
- extern int VmMachCopyEnd _ARGS_((void));
- extern int VmMachWriteTLB _ARGS_((unsigned lowEntry, unsigned highEntry));
- extern void VmMachSetPID _ARGS_((int pid));
-
- #endif /* _VMMACHINT */
-